home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / WIN_VID / ALLPAPER.ZIP;1 / ALLPAPC.ZIP / ALLPAPER.H < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-01  |  825 b   |  33 lines

  1. /*
  2.  *  AllPaper Header File
  3.  */
  4.  
  5. #define IDD_FRAME           100
  6. #define IDD_TITLE           101
  7.  
  8. #define IDD_HEADER          102
  9. #define IDD_640             103
  10. #define IDD_800             104
  11. #define IDD_1024            105
  12. #define IDD_1280            106
  13. #define IDD_SCREEN          107
  14. #define IDD_NEW             108
  15. #define IDD_SAVE            109
  16. #define IDD_RECT1           110
  17. #define IDD_RECT2           111
  18.  
  19. #define IDM_ABOUT           112
  20.  
  21. //
  22. // Error message identifiers
  23. //
  24. #define ERROR_OPENING_FILE      1
  25. #define ERROR_READING_FILE      2
  26. #define END_OF_FILE             3
  27. #define UNSUPPORTED_FORMAT      4
  28. #define COMPRESSED_FILE         5
  29. #define NOT_ENOUGH_MEMORY       6
  30. #define ERROR_CREATING_FILE     7
  31. #define ERROR_WRITING_FILE      8
  32. #define DISK_FULL               9
  33.